/* 首页 */
.index_page .gs_brief{
    width: 100%;
    display: flex;
    position: relative;
}

.index_page .gs_brief .brief_bg{
    width: 17.9625rem;
    height: 8.8rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.index_page .gs_brief .left_box{
    width: 17.9625rem;
    display: flex;
    padding-left: 2.25rem;
    
}
.index_page .gs_brief .left_box .left{
    width: 100%;
}
.index_page .gs_brief .left_box .left .title_1{
    font-family: Source Han Sans CN-Heavy;
    font-weight: 800;
    font-size: .6rem;
    color: #0A70B4;
    width: 7.3rem;
    margin-top: 1.8rem;
}
.index_page .gs_brief .left_box .left .title_2{
    font-family: Source Han Sans CN-Heavy;
    font-weight: 800;
    font-size: .5rem;
    margin-top: 0.3rem;
    span{
        color: #0A70B4;
    }
}
.index_page .gs_brief .left_box .left .gs_brief_1{
    color: #4D4D4D;
    font-size: .2rem;
    text-indent: 2em;
    line-height: .4rem;
    width: 7.3rem;
    margin-top: 0.3rem;
}
.index_page .gs_brief .left_box .left .more_but{
    width: 2.5rem;
    height: .625rem;
    line-height: .625rem;
    font-size: .2rem;
    text-align: center;
    background: #0A70B4;
    color: #fff;
    margin-top: 0.3rem;
}
.index_page .gs_brief .left_box .right{
    margin-top: 1.8rem;
    width: 6.05rem;
    
}
.index_page .gs_brief .left_box .right .title_gs_brief{
    font-family: DIN-Black;
    font-size: .5625rem;
    color: #0A70B4;
    span{
        font-size: .175rem;
        color: #4D4D4D;
    }
}
.index_page .gs_brief .left_box .right .brief_gs_brief{
    color: #4D4D4D;
    font-size: .2rem;
}

.index_page .gs_brief .right_box{
    width: 6.05rem;
    
}
.index_page .gs_brief .right_box .gs_breif_img{
    height: 8.8rem;
    width: 100%;
}



.index_page .brief_1{
    margin-top: 1.825rem;
    font-size: .2rem;
    color: #FFFFFF;
    font-family: Source Han Sans CN-Regular;
}
.index_page .nivoSlider{
    height: 7.25rem !important;
    overflow: hidden !important;  
}
.index_page .banner_name{
    font-size: .375rem;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Source Han Sans CN-Bold;
    margin-top: .125rem;
    margin-bottom: .25rem;
}
.index_page .brief_2{
    font-size: .2rem;
    color: #FFFFFF;
    font-family: Source Han Sans CN-Regular;
}
.index_page .wh_box{
    width: 19.5rem;
    display: flex;
    margin: 0 auto;
    margin-top: .6rem;
    margin-bottom: .625rem;
}

.index_page .wh_box .line_{
    width: .0125rem;
    height: 1.325rem;
    background: #C5C7C6;
    margin-top: .5rem;
}
.index_page .wh_box .wh_item{
    flex: 1;
    text-align: center;
    
}
.index_page .wh_box .wh_item .wh_icon{
    width: 1.125rem;
    height: 1.125rem;
    margin-bottom: .25rem;
}
.index_page .wh_box .wh_item .title_{
    font-size: .275rem;
    color: #0A70B4;
    font-family: Source Han Sans CN-Medium;
}
.index_page .wh_box .wh_item .brief_{
    font-size: .175rem;
    color: #000;
    font-family: Source Han Sans CN-Regular;
    width: 3.025rem;
    margin: 0 auto;
    margin-top: .125rem;
    line-height: .35rem;
    text-align: left;
    text-indent: 2em;
}
/* 典型项目 */
.index_page .case_bg{
    width: 16.625rem;
    position: absolute;
    top: 1rem;
    right: 0;
}
.index_page .case_box{
    height: 8.25rem;
    position: relative;
    overflow: hidden;
}
.index_page .case_box .more_case_box{
    position: absolute;
    right: 2.25rem;
    top: 1.25rem;
    font-size: .175rem;
    color: #8B8F8D;
}
.index_page .case_box .more_case_box a{
    color: #8B8F8D;
    text-decoration: none;
}
.index_page .case_box .more_case_box i{
    color: #0A70B4;
    margin-right: .085rem;
}
.index_page .case_box .next_box{
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: 4.25rem;
    left: 2.2rem;
}
.index_page .case_box .next_box .icon{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.index_page .case_box .prev_box{
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: 4.25rem;
    right: 2.2rem;
}
.index_page .case_box .prev_box .icon{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.index_page .case_box .case_list{
    overflow: hidden;
    margin: 0 3.25rem;
    margin-top: .625rem;
    
}
.index_page .case_box .case_list .show_con .case_con{
    display: block !important;
}
.index_page .case_box .case_list .hide_con .case_con{
    display: none !important;
}
.index_page .case_box .case_list .case_item:hover .case_con{
    display: block !important;
}
.index_page .case_box .case_list .case_item:hover .case_title{
    display: none !important;
}
.index_page .case_box .case_list .case_item{
    width: 6rem ;
    height: 4.5rem ;
    position: relative;
    cursor: pointer;
    overflow:hidden;
    
}
.index_page .case_box .case_list .case_item .case_img{
    width: 6rem;
    height: 4.5rem;
    /* margin:0;padding:0;height: 7.6875rem;object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0); */
}
.index_page .case_box .case_list .case_item .case_title{
    position: absolute;
    bottom: 0;
    height: .625rem;
    line-height: .625rem;
    width: 100%;
    background: rgba(10, 112, 180, 0.5);
    color: #fff;
    font-size: .22rem;
    text-align: center;
    font-family: Source Han Sans CN-Regular;
    font-size: .25rem;
    
}
.index_page .case_box .case_list .case_item .case_con{
    background: rgba(10, 112, 180, 0.5);
    width: 100%;
    height: 7.6875rem; 
    position: absolute;
    padding-top: .25rem ;
    padding-left: .25rem;
    padding-right: .25rem;
    top: 0;
}
.index_page .case_box .case_list .case_item .case_con .title{
    font-weight: Source Han Sans CN-Heavy;
    font-size: .3rem;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_page .case_box .case_list .case_item .case_con .line{
    width: 2.25rem;
    height: .0125rem;
    background: #fff;
    margin-top: .25rem;
    margin-bottom: .15rem;
}
.index_page .case_box .case_list .case_item .case_con .con{
    color: #FFFFFF;
    font-weight: Source Han Sans CN-Regular;
    font-size: .2rem;
    line-height: .42rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    overflow: hidden;
    text-indent: 2em;
}
.index_page .case_box .case_list .case_item .case_con .detail_but{
    width: 1.725rem;
    height: .4625rem;
    line-height: .4625rem;
    text-align: center;
    font-size: .195rem;
    font-weight: Source Han Sans CN-Regular;
    border:.0125rem solid #fff;
    color: #fff;
    margin-top: .15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.index_page .case_box .case_list .case_item .case_con .detail_but .right_box{
    border-radius: 50%;
    border:.0125rem solid #fff;
    width: .275rem;
    height: .275rem;
    margin-left: .125rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    
}

/* 业务范围 */
.index_page .bus_box{
    width: 100%;
    position: relative;
    height: 9.6rem;
    overflow: hidden;
}
.index_page .bus_box .bg{
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}
.index_page .bus_box .con_box{
    width: 6rem;
    height: 6.8rem;
    margin: 0 auto;
    z-index: 88;
    position: relative;
}
.index_page .bus_box .con_box .img{
    width: 100%;
}
.index_page .bus_box .con_box .yw_block{
    cursor: pointer;
}
.index_page .bus_box .con_box .yw_item_active{
    background: #0A70B4 !important;
    
}
.index_page .bus_box .con_box .yw_item_active .mr_img{
    display: none !important;
}
.index_page .bus_box .con_box .yw_item_active .active_img{
    display: block !important;
}
.index_page .bus_box .con_box .yw_block:hover{
    background: #0A70B4 !important;
    
}
.index_page .bus_box .con_box .yw_block:hover .mr_img{
    display: none !important;
}
.index_page .bus_box .con_box .yw_block:hover .active_img{
    display: block !important;
}

.index_page .bus_box .con_box .active_img{
    display: none;
}
.index_page .bus_box .con_box .yw_nav_con{
    display: none;
    background: #0A70B4;
    position: absolute;
    width: 2.875rem;
    height: auto;
    text-align: center;
    border-radius: 0.1rem;
    padding-top: 0.175rem;
    padding-bottom: 0.075rem;
    padding-left: 0.05rem;
    padding-right: 0.1rem;
    left: 1.725rem;
    top: 45%;
    transform: translateY(-50%);
    
}
.index_page .bus_box .con_box .yw_nav_con .nav_item{
    font-weight: Source Han Sans CN-Regular;
    font-size: .2rem;
    margin-bottom: .15rem;
    color: #fff;
}
.index_page .bus_box .con_box .yw_item1{
    position: absolute;
    left: 1.25rem;
    top: -0.3875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.1875rem;
    height: 1.1875rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px .25rem .0125rem rgba(10,112,180,0.1);
}
.index_page .bus_box .con_box .yw_item1 .item_img{
    width: .5rem;
    height: .5rem;
}
.index_page .bus_box .con_box .item1_title{
    position: absolute;
    font-size: .25rem;
    color: #0A70B4;
    font-family: Source Han Sans CN-Medium;
    left: 0.0525rem;
    top:-.00125rem;
}
.index_page .bus_box .con_box .yw_item2{
    position: absolute;
    left: -0.3875rem;
    top: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.1875rem;
    height: 1.1875rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px .25rem .0125rem rgba(10,112,180,0.1);
    
}
.index_page .bus_box .con_box .yw_item2 .item_img{
    width: .5375rem;
    height: .4125rem;
}
.index_page .bus_box .con_box .item2_title{
    position: absolute;
    font-size: .25rem;
    color: #0A70B4;
    font-family: Source Han Sans CN-Medium;
    left: -1.7rem;
    top: 1.48rem;
}

.index_page .bus_box .con_box .yw_item3{
    position: absolute;
    left: -0.475rem;
    top: 3.2125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.1875rem;
    height: 1.1875rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px .25rem .0125rem rgba(10,112,180,0.1);
    
}
.index_page .bus_box .con_box .yw_item3 .item_img{
    width: .45rem;
    height: .5375rem;
}
.index_page .bus_box .con_box .item3_title{
    position: absolute;
    font-size: .25rem;
    color: #0A70B4;
    font-family: Source Han Sans CN-Medium;
    left: -1.8rem ;
    top: 3.6rem;
}

.index_page .bus_box .con_box .yw_item4{
    position: absolute;
    left: .55rem;
    bottom: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.1875rem;
    height: 1.1875rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px .25rem .0125rem rgba(10,112,180,0.1);
}
.index_page .bus_box .con_box .yw_item4 .item_img{
    width: .5375rem;
    height: .5375rem;
}
.index_page .bus_box .con_box .item4_title{
    position: absolute;
    font-size: .25rem;
    color: #0A70B4;
    font-family: Source Han Sans CN-Medium;
    left: -1rem;
    bottom: 1.15rem;
}

.index_page .bus_box .con_box .yw_item5{
    position: absolute;
    left: 2.6rem;
    bottom: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.1875rem;
    height: 1.1875rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px .25rem .0125rem rgba(10,112,180,0.1);
}
.index_page .bus_box .con_box .yw_item5 .item_img{
    width: .5375rem;
    height: .65rem;
}
.index_page .bus_box .con_box .item5_title{
    position: absolute;
    font-size: .25rem;
    color: #0A70B4;
    font-family: Source Han Sans CN-Medium;
    left: 1.8rem;
    bottom:-.25rem
}

.index_page .bus_box .con_box .yw_item6{
    position: absolute;
    right: .45rem;
    bottom: .91rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.1875rem;
    height: 1.1875rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px .25rem .0125rem rgba(10,112,180,0.1);
    
}
.index_page .bus_box .con_box .yw_item6 .item_img{
    width: .5375rem;
    height: .5375rem;
}
.index_page .bus_box .con_box .item6_title{
    position: absolute;
    font-size: .25rem;
    color: #0A70B4;
    font-family: Source Han Sans CN-Medium;
    right: -0.9rem;
    bottom: 1.2625rem;
}

.index_page .bus_box .con_box .yw_item7{
    position: absolute;
    right: -0.55rem;
    bottom: 2.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.1875rem;
    height: 1.1875rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px .25rem .0125rem rgba(10,112,180,0.1);
    
}
.index_page .bus_box .con_box .yw_item7 .item_img{
    width: .5375rem;
    height: .5375rem;
}
.index_page .bus_box .con_box .item7_title{
    position: absolute;
    font-size: .25rem;
    color: #0A70B4;
    font-family: Source Han Sans CN-Medium;
    right: -1.75rem;
    bottom: 2.95rem;
}

.index_page .bus_box .con_box .yw_item8{
    position: absolute;
    right: -0.475rem;
    top: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.1875rem;
    height: 1.1875rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px .25rem .0125rem rgba(10,112,180,0.1);
    
}
.index_page .bus_box .con_box .yw_item8 .item_img{
    width: .375rem;
    height: .5375rem;
}
.index_page .bus_box .con_box .item8_title{
    position: absolute;
    font-size: .25rem;
    color: #0A70B4;
    font-family: Source Han Sans CN-Medium;
    right: -1.75rem;
    top: 1.4rem;
}

.index_page .bus_box .con_box .yw_item9{
    position: absolute;
    right: 1.05rem;
    top: -.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.1875rem;
    height: 1.1875rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px .25rem .0125rem rgba(10,112,180,0.1);
    
}
.index_page .bus_box .con_box .yw_item9 .item_img{
    width: .5375rem;
    height: .3625rem;
}
.index_page .bus_box .con_box .item9_title{
    position: absolute;
    font-size: .25rem;
    color: #0A70B4;
    font-family: Source Han Sans CN-Medium;
    right: -0.18rem;
    top: 0.08rem;
}

/* .发展历程 */
.index_page .develo_box .develo_list{
    margin-top: .425rem !important;
    width: 18.5rem;
    margin: 0 auto;
    margin-left:2.25rem;
    overflow: hidden;
    position: relative;
    padding-right:1.5rem;
}
.index_page .develo_box .develo_list .swiper-wrapper{
    height: 1.9125rem;
}
.index_page .develo_box .develo_list .swiper-slide{
    text-align: center;
    font-size: .5rem;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    color: #CEE2F0;
    transform: scale(0.8);
    font-family: DIN-Bold;
    cursor: pointer;
}
.index_page .develo_box .develo_list .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.index_page .develo_box .develo_list .swiper-slide-active{
    font-size: 1.15rem;
    color: #0A70B4;
    font-family: DIN-Black;
    margin: 0 1.0125rem;
}
.index_page .develo_box .develo_list .swiper-slide-next{
    color: #84B7D9;
    font-size: .9rem;
    font-family: DIN-Bold;
}
.index_page .develo_box .develo_list .swiper-slide-prev{
    color: #84B7D9;
    font-size: .9rem;
    font-family: DIN-Bold;
}
.index_page .develo_box .develo_list .logo_{
    position: absolute;
    width: 4rem;
    height: 4rem;
    /* 居中 */
    top: 0;
    left: 7.5rem;
}
.index_page .develo_box .develo_list .develo_box-next{
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: .8rem;
    z-index: 88888;
    
}
.index_page .develo_box .develo_list .develo_box-next .icon{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.index_page .develo_box .develo_list .develo_box-prev{
    width: .5rem;
    height: .5rem;
    position: absolute;
    right: 0;
    top: .8rem;
    
}
.index_page .develo_box .develo_list .develo_box-prev .icon{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.index_page .develo_box .develo_list .zs_line{
    width: 100%;
    height: .025rem;
    background: linear-gradient( 63deg, rgba(255,255,255,0) 0%, #0A70B4 51%, rgba(255,255,255,0) 100%);
    position: relative;
    margin-top: .2rem;
    margin-bottom: 1.075rem;
    
}
.index_page .develo_box .develo_list .zs_line .yuan{
    content: '';
    position: absolute;
    background: #0A70B4;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    border:.1rem solid #CCD8E7;
    top: -.25rem;
    left: 9.4rem;
}

.index_page .develo_box .develo_detail{
    position: relative;
}
.index_page .develo_box .develo_detail .lc_bg{
    width: 100%;
    margin-top: -1.525rem;
}
.index_page .develo_box .develo_detail .develo_item{
    position: absolute;
    top: -0.6rem;
    text-align: center;
    width: 100%;
    display: none;
}
.index_page .develo_box .develo_detail .develo_item .date_{
    color: #808080;
    font-size: .2rem;
    margin-bottom: .1rem;
    font-family: Source Han Sans CN-REGULAR;
}
.index_page .develo_box .develo_detail .develo_item .brief_{
    color: #292929;
    font-size: .21rem;
    margin-bottom: .25rem;
    font-family: Source Han Sans CN-REGULAR;
}
.index_page .develo_box .develo_detail .develo_item .more_but{
    border: 0.0125rem solid #0A70B4;
    width: 1.625rem;
    height: 0.4625rem;
    text-align: center;
    line-height: .4625rem;
    color: #0A70B4;
    font-size: .2rem;
    font-family: Source Han Sans CN-REGULAR;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 0.375rem;
}
.index_page .develo_box .develo_detail .develo_item a{
    text-decoration: none;
}

/* 资质荣誉 */
.index_page .zz_ry{
    width: 100%;
    padding: 0 2.25rem;
    height: 10.875rem;
    display: flex;
    background: #FBFBFB;
    
}
.index_page .zz_ry .left_info{
    width: 11.8375rem;
   
}
.index_page .zz_ry .left_info .num{
    font-weight: DIN-MEDIUM;
    font-size: 1.1rem;
    color: #0A70B4;
}
.index_page .zz_ry .left_info .title{
    font-size: .3rem;
    font-weight: Source Han Sans CN-Medium;
    color: #808080;
    margin-bottom: .725rem;
}
.index_page .zz_ry .right_img{
    width: 10.8rem;
    height: 10.875rem;
    
}
.index_page .zz_ry .right_img .waterfall{
    width: 10.8rem;
    height: 10.875rem;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    /* 滚动条 */
   overflow-y: auto;
}
.index_page .zz_ry .right_img .waterfall::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 0px;
}

.index_page .zz_ry .right_img .waterfall::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    background-clip: padding-box;
}
.index_page .zz_ry .right_img .column:nth-child(1){
    margin-top: 1.5rem;
}
.index_page .zz_ry .right_img .column:nth-child(3){
    margin-top:2rem;
}
.index_page .zz_ry .right_img .column{
    position: absolute;
    width: 3.05rem;
    margin: 4px;
    border: 1px solid #ddd;
    transition: all 1s;
    box-shadow: 5px 10px 10px rgba(0,0,0,0.3);
    margin: .25rem;
}
.index_page .zz_ry .right_img .column img{
    width: 100%;
    height: 100%;
    display: block;
}
.mt180{
    margin-top: 2.25rem;
}
/* 公司环境 */
.index_page .hj_box{
    width: 100%;
    height: 11.275rem;
    background: #FBFBFB;
    position: relative;
    
}
.index_page .hj_box .hj_bg{
    width: 100%;
    position: absolute;
    bottom: 0;
}

.index_page .hj_box .title_brief span{
    font-weight: bold;
}
.index_page .hj_con_box{
    width: 19.5rem;
    margin: 0 auto;
    position: relative;
    
}

.index_page .hj_con_box .img_box{
    width: 6.4875rem;
    height: 4.875rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: .5rem;
}
.index_page .hj_con_box .img_box .img{
    width: 100%;
    height: 4.875rem;
}
.index_page .hj_con_box .left_icon{
    position: absolute;
    width: .5rem;
    height: .5rem;
    left: 3.9rem;
    top: 2.3rem;
}
.index_page .hj_con_box .right_icon{
    position: absolute;
    width: .5rem;
    height: .5rem;
    right: 3.9rem;
    top: 2.3rem;
    z-index: 8888;
}
.index_page .hj_con_box .bottom_gs{
    width: 100%;
    height: .025rem;
    background: linear-gradient( 63deg, rgba(255,255,255,0.3) 0%, #0A70B4 50%, rgba(255,255,255,0.3) 100%);
    margin-top: 1.95rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    
}
.index_page .hj_con_box .bottom_gs .info_{
    position: relative;
    padding-top: .325rem;
    text-align: center;
}
.index_page .hj_con_box .bottom_gs .info_ .son_name{
    font-size: .225rem;
    color: #4D4D4D;
    font-family: Source Han Sans CN-Regular;
}
.index_page .hj_con_box .bottom_gs .info_ .yq_dian{
    width: .2rem;
    height: .2rem;
    background: rgba(10, 112, 180, .5);
    border-radius: 50%;
    top: -.09rem;
    position: absolute;
    /* 居中 */
    left: 50%;
    transform: translateX(-50%);

}
.index_page .hj_con_box .bottom_gs .info_active .son_name{
    font-size: .3rem;
    color: #0A70B4;
    font-family: Source Han Sans CN-Bold;
}
.index_page .hj_con_box .bottom_gs .info_active .yq_dian{
    width: .5rem;
    height: .5rem;
    background: rgba(10, 112, 180, 0.2);
    top: -.25rem;
    
}
.index_page .hj_con_box .bottom_gs .info_active .yq_dian .active_{
    width: .3rem;
    height: .3rem;
    background: #0A70B4;
    border-radius: 50%;
    position: absolute;
    top: .1rem;
    left: .1rem;
}
.index_page .hj_con_box .bottom_gs .company_name{
    display: none;
    font-size: .25rem;
    color: #4D4D4D;
    font-family: Source Han Sans CN-Bold;
    font-weight: bold;
    text-align: center;
    margin-top: .25rem;
    position: absolute;
    width: 100%;
    top: -1.9rem;
    left: 0;
}
.index_page .hj_con_box .bottom_gs .company_address{
    display: none;
    font-size: .175rem;
    color: #4D4D4D;
    margin-top: .125rem;
    text-align: center;
    position: absolute;
    width: 100%;
    top: -1.2rem;
    left: 0;
}

.index_page .hj_box .title_brief span{
    font-weight: bold;
}
